ThinkPHP5


think\exception\ThrowableError
library\think\exception\ThrowableError.php at line 14

Class ThrowableError

\ErrorException
└─ThrowableError

public class ThrowableError
extends \ErrorException


Constructor Summary
void

__construct(Throwable e)

Method Summary
protected void

setTrace(mixed trace)

Constructor Detail

library\think\exception\ThrowableError.php at line 16

__construct

public void __construct(Throwable e)

Method Detail

library\think\exception\ThrowableError.php at line 41

setTrace

protected void setTrace(mixed trace)

ThinkPHP5